Skip to content

GersonFeDutra/GersonFeDutra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello World!

𝓖𝓪𝓶𝓮 𝓓𝓮𝓿 𝓲𝓼 𝓶𝔂 𝓹𝓪𝓼𝓼𝓲𝓸𝓷

  • ⭐ Favorites:
    • Languages: C/C++, Python & Go
    • Topics: Software Engineering & Game Development
  • Currently learning:
    • Calculus & Linear Algebra
    • Automatae & Formal Languages
    • Unreal, C++ & Game Development
  • Interests:
    • Computer Graphics & Shaders
    • Game/ Graphics/ Software Design
    • Procedural Generation & AI
  • I 💙 Godot
    • Enthusiast since 2016~

Tools



Top Languages

#include <iostream>
int main(void)
{
#if defined(__unix__) || defined(__linux__)
    std::cout << "\033[32m" "Hello World!" "\033[m\n";
#else
    std::cout << "Hello World!" << std::endl;
#endif
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published