This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
AdvancedSoftwareRenderer3D
mirror of
https://github.com/Angelo1211/SoftwareRenderer.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Added simple main file
Angel Ortiz
7 years ago
parent
b754b5fc27
commit
1a3b50c815
1 changed files
with
6 additions
and
0 deletions
Unified View
Show Diff Stats
6
0
main.cpp
+ 6
- 0
main.cpp
View File
@@ -0,0 +1,6 @@
+#include <stdio.h>
+int main(){
+
+ printf("Hello World!\n");
+ return 0;
+}