remove .build
This commit is contained in:
Binary file not shown.
@@ -1,29 +0,0 @@
|
||||
#include <float.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
struct nub_core_string
|
||||
{
|
||||
const char *data;
|
||||
int length;
|
||||
};
|
||||
|
||||
|
||||
|
||||
extern int32_t nub_math_add_500748c2c6d70959(int32_t, int32_t);
|
||||
int32_t nub_main_main_55882df37f903935();
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
return nub_main_main_55882df37f903935();
|
||||
}
|
||||
|
||||
int32_t nub_main_main_55882df37f903935()
|
||||
{
|
||||
{
|
||||
return nub_math_add_500748c2c6d70959(1, 2);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user