#include <github>
#include <discord>
a
/**
* @file libstd.so
* @author tet
* @date
*
* loreum ipsum abeos papam.
*/
a
void _start() {
struct
cool_project_t projects[7] = {
[RED_TETRIS] = {
.desc =
"Online multiplayer tetris using websocket in js",
.link =
get_link(RED_TETRIS),
.source =
get_source(RED_TETRIS),
},
[P2P_CHAT] = {
.desc =
"A P2P web chat made with webRTC and WASM in rust",
.link =
get_link(P2P_CHAT),
.source =
get_source(P2P_CHAT),
},
};
a
add_new_project(&project, 2, 7);
}
i