You will need:
sudo apt install pandoc -y
You will need:
sudo apt install pandoc -y
curl start.spring.io | |
. ____ _ __ _ _ | |
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ | |
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ | |
\\/ ___)| |_)| | | | | || (_| | ) ) ) ) | |
' |____| .__|_| |_|_| |_\__, | / / / / | |
=========|_|==============|___/=/_/_/_/ | |
:: Spring Initializr :: https://start.spring.io |
Sumário
version: "3" | |
services: | |
sonarqube: | |
image: sonarqube | |
expose: | |
- 9000 | |
ports: | |
- "127.0.0.1:9000:9000" | |
networks: |
#include <allegro5/allegro5.h> | |
#include <allegro5/allegro_primitives.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#define WIN_WIDTH_PX (800) | |
#define WIN_HEIGHT_PX (800) | |
#define FPS (60.0f) | |
static void Initialize(); |