mirror of
https://github.com/hmaxnl/based.git
synced 2025-04-04 22:51:27 +02:00
9 lines
97 B
C
Executable File
9 lines
97 B
C
Executable File
//
|
|
// Created by max on 20-11-23.
|
|
//
|
|
|
|
int main()
|
|
{
|
|
//TODO: Print hello world!
|
|
return 0;
|
|
} |