Hackathons are a great way to put one's computer science knowledge to the test!! Visit this website to see some upcoming hackathons!
Search This Blog
Friday, February 24, 2023
Subscribe to:
Posts (Atom)
About Me:
My name is Amina Washington and I'm a Computer Science student at Prairie View A&M University. Here is my LinkedIn if you are int...
-
(1) HTML Basic Code Structure <html> <head> <title> Title Here </title> <head> <...
-
Hackathons are a great way to put one's computer science knowledge to the test!! Visit this website to see some upcoming hackathons! Up...
-
(1) C++ Basic Code Structure #include <iostream> using namespace std; int main() { ...