This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <FL/Fl.H> | |
#include <FL/Fl_Window.H> | |
#include <FL/Fl_Chart.H> | |
#include <FL/Fl_Box.H> | |
#include <charconv> | |
#include <ostream> | |
#include <sstream> | |
#include <iostream> | |
#include <string.h> | |
#include <sys/statvfs.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
👑 BY HALANO SIBLEE 👑 | |
CAREFUL THIS CODE NOT SAFE | |
*/ | |
#include <FL/Fl.H> | |
#include <FL/Fl_Window.H> | |
#include <FL/Fl_Input.H> | |
#include <FL/Fl_Box.H> | |
#include <string> | |
#include <vector> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo "Good bye 2024 you've been a very unique year to me" | |
echo "I'm looking forward to do the best I can." | |
exit |