Skip to content

Instantly share code, notes, and snippets.

View Luana-Menezes's full-sized avatar
🎯
Focusing

Luana Menezes Luana-Menezes

🎯
Focusing
  • Federal University of São Carlos
  • São Carlos, Brasil
View GitHub Profile
@Luana-Menezes
Luana-Menezes / index.html
Created November 16, 2019 21:11
Html 5 boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page Title</title>
<meta name="description" content="A description of the page">
<meta name="robots" content="index,follow">

Free Courses

Categoria

#include <stdio.h>
#include <stdlib.h>
int main(){
int i, x, fat;
while (x<0){
printf("Informe um numero positivo");
scanf("%d",&x);
}
fat = 1;