Update main.cpp

This commit is contained in:
subinacl 2020-03-03 22:56:02 +03:00 committed by GitHub
parent 84421d83ce
commit 6e0f3b3c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,6 @@
#include <tlib/system.hpp>
int main(){
tlib::shutdown(0);
tlib::shutdown();
return 0;
}