Skip to content
View Encryptium's full-sized avatar
  • United States
  • 23:24 (UTC -04:00)

Highlights

  • Pro

Block or report Encryptium

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Encryptium/README.md

Hello, World!

#include <string>
#include <vector>
using namespace std;

int main() {
  // Experienced
  vector<string> languages = {"HTML", "CSS", "JS", "Python", "Java"};
  vector<string> frameworks = {"Flask", "Django"};

  // Learning
  languages.push("C++"); 
  languages.push("C#/Unity");

  frameworks.push("Tailwind");

  return 0;
}

Pinned Loading

  1. Pine Pine Public

    An environmental app built to bring people together

    HTML 1

  2. Tic-Tac-Pro Tic-Tac-Pro Public

    An online Tic Tac Toe game using SocketIO.

    HTML 1