
Or by path:

use kingkong::prelude::*; | |
routes! { | |
GET "/" => |_| "Hello World."; | |
} | |
fn main() { | |
kingkong::run!().unwrap(); | |
} |
πΆββοΈ 112km ββββββββββββββββββββ | |
π 80km ββββββββββββββββββββ | |
βπββοΈ 52km ββββββββββββββββββββ | |
π₯Ύ 6km ββββββββββββββββββββ | |
π΄ββοΈ 0km ββββββββββββββββββββ | |
248km total |
#include<iostream> | |
#include<cmath> | |
using namespace std; | |
int main() | |
{ | |
//-------defining variables and initializing them------------- | |
double num1, num2; | |
char operation, redo; |
/* math.h | |
Definitions for the math floating point package. | |
Copyright (c) 1987, 1992 by Borland International | |
All Rights Reserved. | |
*/ | |
#ifndef __MATH_H | |
#define __MATH_H |
Gource is a software version control visualization tool.
Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project.