+examples

This commit is contained in:
anon
2023-02-14 02:33:58 +01:00
parent e2fa2f25ae
commit 42edb95f6f
3 changed files with 21 additions and 0 deletions

5
examples/ex2.cpp Normal file
View File

@ -0,0 +1,5 @@
#include <stdio.h>
signed main(){
// #placeholder<code> COLLAPSED
return 0;
}