An open API service indexing awesome lists of open source software.

https://github.com/raykavin/conversor-temperatura-dio-go


https://github.com/raykavin/conversor-temperatura-dio-go

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Conversor de Temperatura Kelvin → Celsius

Este projeto é um desafio em Go proposto pela formação **Go Developer** da :contentReference[oaicite:0]{index=0}.

## Objetivo

Converter o ponto de ebulição da água de Kelvin para graus Celsius utilizando a fórmula:

:contentReference[oaicite:1]{index=1}

## Estrutura do projeto

```text
conversor-temperatura/
├── go.mod
├── main.go
└── README.md
```

## Executando o projeto

```bash
go run .
```

## Saída esperada

```text
Temperatura em Kelvin: 373.00 K
Temperatura em Celsius: 100.00 °C
```