mirror of
https://github.com/Ed94/WATL_Exercise.git
synced 2025-08-05 14:52:44 -07:00
progress
will be removing str8cache from the v0 and moving that to a another version. I want to maybe test using llms to remove code defs for this exercise.
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
/*
|
||||
WATL Exercise
|
||||
Version: 1 (From Scratch, 2-Stage Compilation)
|
||||
|
||||
Vendor OS & Compiler: Windows 11, MSVC
|
||||
*/
|
||||
|
||||
#if GEN_TIME == 1
|
||||
#include "gencpp_c11.h"
|
||||
|
||||
|
||||
|
||||
int gen_main()
|
||||
{
|
||||
|
||||
}
|
||||
//#if GEN_TIME == 1
|
||||
#endif
|
||||
|
||||
#if GEN_TIME == 0
|
||||
#pragma region Header
|
||||
#pragma endregion Header
|
||||
|
||||
#pragma region Implementation
|
||||
#pragma endregion Implementation
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
}
|
||||
//#if defined(GEN_TIME) == 0
|
||||
#endif
|
Reference in New Issue
Block a user